object Form12: TForm12 Left = 195 Top = 283 BorderIcons = [] BorderStyle = bsSingle Caption = 'Compressing Files' ClientHeight = 134 ClientWidth = 367 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object label1: TFastCaption Left = 10 Top = 67 Width = 351 Height = 16 caption = 'FastCaption' ClipOptions = coEnd end object label2: TFastCaption Left = 10 Top = 82 Width = 351 Height = 16 caption = 'FastCaption' ClipOptions = coEnd end object label3: TFastCaption Left = 10 Top = 116 Width = 271 Height = 16 caption = 'FastCaption' ClipOptions = coEnd end object AnimatedSymbol1: TAnimatedSymbol Left = 10 Top = 5 Width = 272 Height = 60 Center = False State = acmPlaying end object Button1: TButton Left = 285 Top = 100 Width = 75 Height = 20 Caption = 'abort' TabOrder = 1 OnClick = Button1Click end object ProgressBar1: TProgressBar Left = 10 Top = 100 Width = 269 Height = 12 Min = 0 Max = 100 Step = 1 TabOrder = 2 end end